提交

csvtocsv – clean up CSVs in seconds.

@Jakub Tutaj

Any CSV to any CSV. Get a file the destination app accepts on the first try. Templates for Amazon → Shopify, Amplitude cohorts, more coming. One tool call, same output every time.
概览

{"name":"csvtocsv","version":"0.1.1","description":"Deterministic CSV transforms — Amazon→Shopify, Any-CSV→Amplitude cohort, CSV cleanup. Tools: list_supported_pairs (free), transform_csv (1 credit), get_credit_balance, list_saved_setups, rename_saved_setup, delete_saved_setup. Usage: pass raw CSV directly via csv_content (or a URL via csv_url) — do not pre-process, extract columns, or chunk the file; the server handles parsing, column selection, and deduplication. For saved setups: pass only setup_id + csv_content/csv_url. Docs: csvtocsv.com/mcp","protocolVersion":"2024-11-05","endpoint":"/mcp","pairs":[{"id":"custom_csv_to_amplitude_cohort","slug":"csv-to-amplitude-cohort","source":"Any CSV","target":"Amplitude Cohort"},{"id":"amazon_to_shopify","slug":"amazon-to-shopify","source":"Amazon Flat File","target":"Shopify Product CSV"},{"id":"custom_csv_to_custom_csv","slug":"csv-cleanup","source":"Any CSV","target":"Cleaned CSV"}]}

服务器配置

{
  "mcpServers": {
    "csvtocsv": {
      "command": "npx",
      "args": [
        "-y",
        "@csvtocsv/mcp"
      ],
      "env": {
        "CSVTOCSV_API_KEY": "csv_paste_your_key_here (get yours at csvtocsv.com/account)"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server